Double Open Server
A package configuration provider that loads package configurations from a Double Open Server instance.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml
:
ort:
packageConfigurationProviders:
DOS:
options:
url: <OPTIONAL_STRING>
timeout: <OPTIONAL_LONG>
secrets:
token: <OPTIONAL_SECRET>
Options
url
The URL where the DOS backend is running.
token
The secret token to use with the DOS backend.
timeout
The timeout for communicating with the DOS backend, in seconds.